Release 10.1A: OpenEdge Development:
Internationalizing Applications
Word-break table
The syntax of the word-break table is:
symbolic-nameThe name of a symbol; for example,
DOLLAR-SIGN.symbol-valueThe value of the symbol; for example, “
Note: Although OpenEdge and some versions of Progress let you compile word-break tables that omit all items within the second pair of square brackets, Progress Software Corporation recommends you always include these items. If the source-code version of a compiled word-break table lacks these items, and the associated database is not so large as to make this unfeasible, Progress Software Corporation recommends you add these items to the table, recompile the table, reassociate the table with the database, and rebuild the indexes.$”.codepage-nameThe name, not surrounded by quotes, of the code page the word-break table is associated with. The maximum length is 20 characters. For example:
UTF-8.wordrules-nameThe name, not surrounded by quotes, of the compiled word-break table. The maximum length is 20 characters. For example:
utf8sample.table-typeThe number 3.
Note: OpenEdge and some versions of Progress allow a table type of 1 or 2. Although these are still supported, Progress Software Corporation recommends, if feasible, that you change the table type to 3, recompile the word-break table, reassociate it with the database, and rebuild the indexes.char-literalA character within single quotes or a
symbolic-name, which represents a character in the code page. For example:’#’.hex-literalA hexadecimal value or a
symbolic-name, which represents a character in the code page; for example,0xAC.decimal-literalA decimal value or a
symbolic-name, which represents a character in the code page. For example:39.word-delimiter-attributeIn what context the character is a word delimiter.
Table B–1 describes the word-delimiter attributes.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |